ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class / LoadFromUrl Method
The data path.
The image converter service.
The Error event handler.

In This Topic
    LoadFromUrl Method
    In This Topic
    Loads a document from the specified data path.
    Syntax
    'Declaration
     
    Public Sub LoadFromUrl( _
       ByVal dataPath As String, _
       ByVal imageConverterService As IImageConverterService, _
       ByVal downloadError As UrlErrorEventHandler _
    ) 

    Parameters

    dataPath
    The data path.
    imageConverterService
    The image converter service.
    downloadError
    The Error event handler.
    See Also